IContext.GetResourceString method

Namespace: NextDesign.Desktop

Description

Gets the string of the specified resource key. The resource searches for the resource with the following priority from the resource files of the extensions that are valid in this context. 1. Execution language of the current application 2. Japanese resources 3. Other first language resource found

If the corresponding resource key does not exist, it will not be identified as a resource key and the specified key will be returned. If null or an empty string is specified for the resource key, an empty string is returned.

argument

Name Type Description
key string resource key

Return value

  • string